Content starts here Client and Server Classpath Settings
This page last changed on Feb 26, 2008 by sachin.

edocs Home > BEA AquaLogic Data Services Platform 3.0/3.2 Documentation > ALDSP 3.2 New Features Documentation

ALDSP 3.2 Server and Client Classpath Settings

The following describes the various ALDSP 3.2 Client/Server configurations and their classpath requirements.  

Topics

ALDSP-Enabled Server Classpath

The ALDSP-enabled server needs the following classpath setting.

ALDSP-Enabled Server Classpath Settings 
CLASSPATH=
  <BEA_HOME>/modules/features/aldsp.server.modules_3.2.0.0.jar
  <ALDSP_HOME>/lib/ld-server-core.jar
  <WLS_CLASSPATH>

aldsp.server.modules_3.2.0.0.jar's manifest classpath contains the following jars:

Class-Path: ../com.bea.common.configfwk_1.1.0.0.jar
../com.bea.common.configfwk.wlinterop_10.0.1.0.jar
../com.bea.core.xquery.beaxmlbeans-interop_1.1.0.0.jar
../com.bea.core.xquery.xmlbeans-interop_1.1.0.0.jar
../com.bea.core.binxml_1.1.0.0.jar
../com.bea.core.sdo_1.0.0.0.jar
../com.bea.core.xquery_1.1.0.0.jar
../com.bea.alsb.client_1.0.0.0.jar
Notes:
  • ALDSP depends on the apache_xbean.jar, which is available from the weblogic.jar manifest entry.
  • The ld-server-core.jar's manifest file refers to the following set of jars used by the ALDSP server.
    wlsdo.jar
    relational-providers.jar
    ld-client.jar
    ld-jdbc.jar

ALDSP Client Classpaths 

Java Mediator API Client

Client applications using the ALDSP Mediator API need one of the following classpaths.

Static Java Mediator API Client Classpath

CLASSPATH=
<dataspace-dsp-client>.jar                  <= this is generated static client jar.
  <ALDSP_HOME>/lib/ld-client.jar
  <BEA_HOME>/modules/com.bea.core.sdo_1.0.0.0.jar
  <BEA_HOME>/modules/com.bea.core.xml.xmlbeans_2.3.1.0.jar
  <WL_HOME>/server/lib/weblogic.jar

Dynamic Mediator API Classpath

Dynamic Mediator API Classpath
CLASSPATH=
  <ALDSP_HOME>/lib/ld-client.jar
  <BEA_HOME>/modules/com.bea.core.sdo_1.0.0.0.jar
  <BEA_HOME>/modules/com.bea.core.xml.xmlbeans_2.3.1.0.jar
  <WL_HOME>/server/lib/weblogic.jar

Web Service Client

Static Web Service Client Classpath
CLASSPATH=
  <dataspace-ws-client>.jar                  <= this is generated static client jar for webservices transport.
  <ALDSP_HOME>/lib/ld-client.jar
  <BEA_HOME>/modules/com.bea.core.sdo_1.0.0.0.jar
  <BEA_HOME>/modules/com.bea.core.xml.xmlbeans_2.3.1.0.jar
  <WL_HOME>/server/lib/weblogic.jar
Dynamic Web Service Client Classpath
CLASSPATH=
  <ALDSP_HOME>/lib/ld-client.jar
  <BEA_HOME>/modules/com.bea.core.sdo_1.0.0.0.jar
  <BEA_HOME>/modules/com.bea.core.xml.xmlbeans_2.3.1.0.jar
  <WL_HOME>/server/lib/weblogic.jar

JMX Mbean Management API Client

JMX Mbean Management API Client Classpath
CLASSPATH=
  <ALDSP_HOME>/lib/ld-client.jar
  <WL_HOME>/server/lib/weblogic.jar

ALDSP JDBC API Client

ALDSP JDBC API Client Classpath
CLASSPATH=
  <ALDSP_HOME>/lib/ldjbc.jar
  <ALDSP_HOME>/lib/ld-client.jar
  <WL_HOME>/server/lib/weblogic.jar
Document generated by Confluence on Apr 28, 2008 16:19